ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / IItemsSource<T> Interface / GroupDescriptions Property

In This Topic
    GroupDescriptions Property
    In This Topic
    Gets the group description collection.
    Syntax
    'Declaration
     
    ReadOnly Property GroupDescriptions As IList(Of GroupDescription)
    IList<GroupDescription> GroupDescriptions {get;}
    See Also